home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-06008.DIR / 00011.ls < prev    next >
Encoding:
Text File  |  1998-03-12  |  169 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   if the visible of sprite 6 = 0 then
  4.     set the visible of sprite 6 to 1
  5.   else
  6.     set the visible of sprite 6 to to
  7.   end if
  8. end
  9.